ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / DdsFrameDecode Class / CopyBlocks Method / CopyBlocks(Nullable<RectL>,Int32,Int32,IntPtr) Method

In This Topic
    CopyBlocks(Nullable<RectL>,Int32,Int32,IntPtr) Method
    In This Topic
    HRESULT IWICDdsFrameDecode::CopyBlocks([In, Optional] const WICRect* prcBoundsInBlocks,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyBlocks( _
       ByVal rcBoundsInBlocksRef As System.Nullable(Of RectL), _
       ByVal stride As System.Integer, _
       ByVal bufferSize As System.Integer, _
       ByVal bufferRef As System.IntPtr _
    ) 
    public void CopyBlocks( 
       System.Nullable<RectL> rcBoundsInBlocksRef,
       System.int stride,
       System.int bufferSize,
       System.IntPtr bufferRef
    )

    Parameters

    rcBoundsInBlocksRef
    stride
    bufferSize
    bufferRef
    See Also